home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-25 | 314 b | 14 lines | [TEXT/EDIT] |
- min:
-
- Syntax: min ( A )
-
- Description:
-
- Min returns the minimum value(s) contained in the matrix A. If
- the argument is a vector, then the smallest value is returned.
- If A is a MxN matrix, then a row-vector of N columns is
- returned containing the minimum value from each column of A.
-
-
- See Also: mini, max, maxi
-